PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setStrokeColorSpace Method
The active colorspace used for stroke operations
In This Topic
    setStrokeColorSpace Method
    In This Topic
    Sets the stroke colorspace. Operator: CS
    Syntax
    public void setStrokeColorSpace( 
       PDFColorSpace colorSpace
    )

    Parameters

    colorSpace
    The active colorspace used for stroke operations
    Exceptions
    ExceptionDescription
    When colorSpace is null.
    See Also